GtkPopover: use GdkRectangle instead of cairo_rectangle_int_t
authorJuan R. García Blanco <juanrgar@gmail.com>
Tue, 4 Feb 2014 21:33:25 +0000 (22:33 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Sat, 8 Feb 2014 20:53:07 +0000 (21:53 +0100)
commit552c29b488ecd7bcc3303dd5514ce6dbfff04437
tree28f051cd9f837b6fffc656a81e165f52f90d460f
parente2a2d5012e7083bed1c15c4ddce5cff88d577e21
GtkPopover: use GdkRectangle instead of cairo_rectangle_int_t

cairo_rectangle_int_t replaced by GdkRectangle whenever it is used.
Also, rect parameter in public method gtk_popover_set_pointing_to
made const.

Bug #723394
gtk/gtkpopover.c
gtk/gtkpopover.h